addAll

@JvmName(name = "addAllInclude")
fun DslList<String, NanoPBOptionsKt.Dsl.IncludeProxy>.addAll(values: Iterable<String>)
Extra files to include in generated `.pb.h`

repeated string include = 24;

Parameters

values

The include to add.


@JvmName(name = "addAllExclude")
fun DslList<String, NanoPBOptionsKt.Dsl.ExcludeProxy>.addAll(values: Iterable<String>)
Automatic includes to exclude from generated `.pb.h`
Same as nanopb_generator.py command line flag -x.

repeated string exclude = 26;

Parameters

values

The exclude to add.